/**
 * cate_banner
 */
.cate_banner{
	width:100%;
	height:205px;
	overflow: hidden;
}
.positon{
	width:1140px;
	height:50px;
	line-height:50px;
	background:#eee;
	position: relative;
	bottom:25px;
	padding:0 15px;
}
.positon h3{
	color:#333;
	float:left;
}
.positon span{
	float:right;
	color:#666;
	font-style: italic;
	/*font-family: Arial;*/
}
.positon span a{
	color:#0270BF;
	/*font-family: Arial;*/
}

/**
 * ListProduct
 */
.listProduct{
	width:1170px;
}
.listProduct .category{
	width:260px;
	float:left;
}
.listProduct .category h2{
	width:230px;
	height:50px;
	line-height:50px;
	background:#eee;
	padding:0 15px;
	border-bottom:1px solid #ddd;
	color:#fff;
}
.listProduct .category h2.blue{
	background:#0270BF;
}
.listProduct .category h2.pink{
	background:#FD9BA0;
}
.listProduct .category h2.orange{
	background:#FDB469;
}
.listProduct .pmenu{
	border:1px solid #F4F4F4;
	padding:10px 15px;

}
.listProduct .pmenu li{
	height:50px;
	line-height:50px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}
.listProduct .pmenu li a{
	font-size:16px;
}
.listProduct .pmenu li span{
	float:right;
}
.listProduct .pmenu li span a{
	color:#fff;
	font-family: Arial;
}
.listProduct .pmenu li:hover{
	border-bottom:1px solid #ddd;
}
.listProduct .click span{
	background:#EA2C58;
	border-radius:100%;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#fff;
	display:block;
	float:right;
	position: relative;
	top:13px;
	font-size:12px;
	font-family: Arial;
}

.listProduct .video{

}
.listProduct .video dl{
	padding:15px;
	width:230px;
	height:70px;
}
.listProduct .video dl dt{
	width:70px;
	height:70px;
	float:left;
	overflow: hidden;
}
.listProduct .video dl dt img{
	max-width:70px;
}
.listProduct .video dl dd{
	float:right;
	width:150px;
}
.listProduct .video dl dd h4{
	font-size:16px;
	line-height:20px;
}
.listProduct .video dl dd p{
	width:60px;
	height:25px;
	line-height:25px;
	background:#FDB469;
	text-align:center;
	border-radius:2px;
	margin-top:10px;
	cursor:pointer;
}
.listProduct .video dl dd p a{
	color:#fff;
}
.listProduct .list{
	width:895px;
	float:right;
	overflow: hidden;
}
.listProduct .list dl{
	float:left;
	width:268px;
	height:360px;
	margin:0px 0px 30px 30px;

}
.listProduct .list dl dt{
	width:268px;
	height:268px;
	overflow:hidden
}
.listProduct .list dl dt img{
	max-width:268px;
}
.listProduct .list dl dd{
	padding:0 15px;
}
.listProduct .list dl dd.title{
	height:50px;
	line-height:50px;
	font-size:16px;
}
.listProduct .list dl dd.cateName{
	width:60px;
	height:35px;
	line-height:35px;
	background:#ccc;
	text-align:center;
	border-radius:30px;
	overflow: hidden;
}
.listProduct .list dl dd.cateName a{
	color:#666;
}
.listProduct .list dl dd.cateName:hover{
	background:#0876CB;
}
.listProduct .list dl dd.cateName:hover a{
	color:#fff;
}

/**
 * ShowProduct
 */
.show h1{
	font-size:28px;
	text-align:center;
	height:50px;
	line-height:50px;
}
.show .desc{
	line-height:23px;
	width:750px;
}
.show .box{
	width:650px;
}
.show .box li img{
	width:650px;
}
.show .content{
	line-height:25px;
	width:650px;
}
.show .content .title{
	width:100px;
	height:35px;
	line-height:35px;
	background:#0270BF;
	text-align:center;
	color:#fff;
	font-size:16px;
	letter-spacing:2px;
	float:left;
}
.show table{
	width:100%;
}
.show table th{
	height:30px;
	line-height:30px;
	font-weight:100;
	border:1px solid #ddd;
	background:#f4f4f4;
	color:#0270BF;
	font-size:16px;
}
.show table td{
	width:320px;
	height:30px;
	line-height:30px;
	border:1px solid #ddd;
	text-align:center;
}
.showvideo{
	width:272px;
	float:left;
}

/**
 * Page
 */
 .pageLists {
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    text-align:left;
}
.pageLists a {
    padding: 5px 15px;
    background: #0581DE;
    color: #fff;
    /*border-radius: 50px;*/
    margin: 0 5px 0 0;
}
.pageLists a:hover{
	color:#fff;
}

/**
 * NewsList
 */
.newsList{
	width:417px;
	height:320px;
	float:left;
	margin:0 0 30px 30px;
}
.newsList .img{
	height:220px;
	width:420px;
	overflow: hidden;
	position: relative;
}
.newsList .img img{
	max-width:417px;
}
.newsList dl.time{
	position: absolute;
	left:-30px;
	bottom:-30px;
	width:70px;
	height:70px;
	background:url(../images/black60.png);
	border-top:2px solid #EA2C58;
}
.newsList dl.time dt{
	width:70px;
	height:40px;
	line-height:50px;
	text-align:center;
	font-size:28px;
	color:#fff;
	font-family:Arial;
}
.newsList dl.time dd{
	height:30px;
	line-height:25px;
	color:#FDB469;
	font-size:22px;
	text-align:center;
	font-family:Arial;
}
.newsList h1{
	height:40px;
	line-height:48px;
	overflow: hidden;
}
.newsList p{
	color:#555;
}
.showNews{
	width:850px;
}
.showNews h2{
	font-size:24px;
	text-align:center;
	height:50px;
	line-height:50px;
}
.showNews .time{
	text-align:center;
	color:#666;
	margin-bottom:20px;
}
.showNews .newsContent{
	line-height:25px;
	font-size:16px;
	min-height:300px;
}
.showNews .img{
	width:500px;
	margin-bottom:20px;
}

/**
 * VideoList
 */
.video_list{
	width:268px;
	height:240px;
	float:left;
	margin:0  0 30px 30px;
}
.video_list .img{
	width:268px;
	height:150px;
	overflow: hidden;
	position: relative;
}
.video_list .img img{
	width:268px;
}
.video_list h2{
	height:50px;
	line-height:45px;
	overflow: hidden;
	text-align:center;
	font-size:18px;
}
.video_list .click{
	color:#ACB2B8;
	font-size:16px;
}
.video_list .click strong{
	float:right;
}
.video_list .click img{
	position: relative;
	top:2px;
}
.video_list .click i{
	background:#eee;
	padding:2px 10px;
	font-style:normal;
}
.showVideo .title {
    width: 272px;
    height: 35px;
    line-height: 35px;
    background: #0270BF;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}

.tipTime{
	display: block;
    position: absolute;
    height: 18px;
    z-index: 1;
    bottom: 6px;
    right: 6px;
    line-height: 18px;
    border: #dddddd 1px solid;
    border-radius: 2px;
    padding: 0 3px;
    background:url(../images/black80.png);
    color: #ffffff;
    font-size: 12px;
}
.showVideo h2{
	text-align:center;
	margin-top:20px;
	font-size:24px;
}
.showContent{
	width:640px;
	font-size:16px;
	line-height:23px;
}
.time{
	text-align:center;
	color:#666;
	margin-bottom:20px;
}
.img{
	text-align:center;
}

.about{
	width:860px;
	font-size:16px;
	line-height:25px;
	float:right;
	padding:10px 0;
}
.about p{

}